LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SetLoggerChannels(String,String,Dictionary<String,Type>) Method
See Also 
Leadtools.Dicom.AddIn.Configuration Namespace > AdvancedSettings Class > SetLoggerChannels Method : SetLoggerChannels(String,String,Dictionary<String,Type>) Method



addinName
Name of the addin.
loggerName
Name of the logger.
channels
The list of channels to add to the logger.
addinName
Name of the addin.
loggerName
Name of the logger.
channels
The list of channels to add to the logger.
Sets the logger channels for the specified addin.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub SetLoggerChannels( _
   ByVal addinName As String, _
   ByVal loggerName As String, _
   ByVal channels As Dictionary(Of String,Type) _
) 
Visual Basic (Usage)Copy Code
Dim instance As AdvancedSettings
Dim addinName As String
Dim loggerName As String
Dim channels As Dictionary(Of String,Type)
 
instance.SetLoggerChannels(addinName, loggerName, channels)
C# 
public void SetLoggerChannels( 
   string addinName,
   string loggerName,
   Dictionary<string,Type> channels
)
C++/CLI 
public:
void SetLoggerChannels( 
   String^ addinName,
   String^ loggerName,
   Dictionary<String^,Type^>^ channels
) 

Parameters

addinName
Name of the addin.
loggerName
Name of the logger.
channels
The list of channels to add to the logger.

Remarks

If the logger doesn't exist when this method is called it will be created.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features